home *** CD-ROM | disk | FTP | other *** search
- # logd
- #
- # This service is started automatically by init so that the output from
- # other services can be logged.
-
- description "service logging daemon"
- author "Scott James Remnant <scott@ubuntu.com>"
-
- stop on runlevel 0
- stop on runlevel 1
- stop on runlevel 6
-
- console output
-
- exec /sbin/logd
- respawn
-